-
Notifications
You must be signed in to change notification settings - Fork 1k
BluePill and MapleMini support (No USB) #213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
So far I've noticed that the Optimization and Serial interface options are missing for maple mini. Simply copying the board text and replace
Maple mini tests:
|
f5a2ed6
to
d643185
Compare
Thanks @lacklustrlabs |
9eb71f6
to
d0788b9
Compare
Imho - It would be best if maple mini could use Dx notation while BluePill uses Pxy (If possible)
|
d0788b9
to
276fff9
Compare
Core is able to deal with both notation. For STLink issue I do not have this issue with BP. |
Yes, i know. It was for human-readability purposes. By tradition pin numbers (Dx) means nothing to BP users. Their silkscreen is using Pxy notation. I've never touched the Boot0/1 config, i know my current setting works for the maple core and my temporary rebased MM&BP branch for this core. But i suspect that the problem may be the bootloader (or possibly lack of it). I have not used it much since I switched over to STLink. Btw, i would not object to a MM&BP bootloader menu with the options None(stlink), Original (17kb ram) and new (20kb ram) |
Ok. So, nothing to handle as all notations are manage.
I do not understand well your request. Could you explain me what you would behind those menu? |
Just like the maple stm32 core: |
Ok. But currently, I will not have time to handle this. This could be part of future PR for those variants. |
I'm not sure how many people would use an option which was Maple Mini with No Bootloader The bootloader comes preinstalled with the Maple Mini, and hardly anyone reloads the board via STLink etc as it doesnt have a separate pin header for STLink like the Blue Pill does |
Yes, but it is better havr an official basic support and after start to work on usb. Maple have the serial like Bluepill, it is enough gor starting imho |
I understand @rogerclarkmelbourne |
bluepill is always using ldscript.ld, regardless of flash size. boards.txt:
|
Oops... sorry wrong commit... I've made a test and commit it by error during the rebase. Nice shot ;) |
55cc2ff
to
d93d28e
Compare
d93d28e
to
95e59e9
Compare
Signed-off-by: Frederic.Pillon <[email protected]>
Some BluePill have 128k instead of 64k. Fix stm32duino#59 Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
95e59e9
to
996c194
Compare
Signed-off-by: Frederic.Pillon <[email protected]>
great to have this merged.
|
BluePill and MapleMini support (No USB)
Refer to #20. Will replace #61.
This will allow to set properly upload method and add further variant
Test are on going. on BP. Currently, I have no Maple Mini so if someone could test it will be greatly appreciate.
BluePill tests result: